go.uber.org/atomic.Float64.CAS (method)

2 uses

	go.uber.org/atomic (current package)
		float64_ext.go#L35: 		if f.CAS(old, new) {
		float64_ext.go#L49: func (f *Float64) CAS(old, new float64) (swapped bool) {